<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>My Web Site</title>
</head>
<body>
<div style="width:206px">
<script type="text/javascript" src="http://www.reliancenetwork.com/widgets?file=quicksearchredirect?token=ABCDEF&fields=p|mn|mx|bd|ba"></script>
</div>
</body>
</html>
.
| Class |
Description |
.rn-qsr |
Applies to the div element that contains the form. |
.rn-qsr-label |
Applies to all field labels. |
.rn-qsr-[item] |
Applies to the specified [item] which corresponds to a search field code (e.g. rn-qsr-mn will alter the style for the minimum price item). An item is a div element which contains a field and it's label. |
.rn-qsr-[item]-f |
Applies to the specified [item]'s field (e.g. rn-qsr-mn-f will alter the style for the minimum price field). |
.rn-qsr-[item]-l |
Applies to the specified [item]'s label (e.g. rn-qsr-mn-l will alter the style for the minimum price label). |
.rn-qsr-button |
Applies to the submit button. |
.rn-qsr-p-f-[proptype] |
Applies to the specified [proptype] option. Typically used to remove a property type option.
Note: [proptype] is case-sensitive and should contain only the letters of the property type (i.e. no spaces, special characters, or numbers; e.g. to hide: "Single-Family" specify SingleFamily, "Condo/Townhouse" specify CondoTownhouse, "Vacant Land" specify VacantLand, etc.). Also, the names of property types can change at anytime if your company decides to do so, so you may need to update your styles if that happens.
|
.rn-qsr { width:210px }
.rn-qsr, .rn-qsr input, .rn-qsr select { font-family:Arial, Sans-Serif; font-size:8pt }
.rn-qsr-label { clear:both; font-weight:bold; margin-top:6px }
.rn-qsr .rn-qsr-button { margin-top:6px; font-size:10pt; width:62px }
.rn-qsr-cz, .rn-qsr-p, .rn-qsr-mn, .rn-qsr-mx, .rn-qsr-bd, .rn-qsr-ba { float:left }
.rn-qsr .rn-qsr-cz-f { font-size:12pt; width:206px }
.rn-qsr-p-f label { margin-top:2px; font-size:9pt }
.rn-qsr .rn-qsr-mn-f, .rn-qsr .rn-qsr-mx-f { width:102px; font-size:9pt }
.rn-qsr-mn, .rn-qsr-bd { margin-right:6px }
.rn-qsr .rn-qsr-ba-f, .rn-qsr .rn-qsr-bd-f { width:80px; font-size:9pt }
.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>My Web Site</title>
</head>
<body>
<div style="width:206px">
<style type="text/css">
.rn-qsr .rn-qsr-button {
border: 0;
background: transparent url(http://media.reliancenetwork.com/media/global/search/buttons/button_search.gif);
width: 150px;
height: 26px;
cursor: pointer;
position: relative;
left: 28px;
}
</style>
<script type="text/javascript" src="http://www.reliancenetwork.com/widgets?file=quicksearchredirect&token=ABCDEF&fields=p|mn|mx|bd|ba&button="></script>
</div>
</body>
</html>
.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>My Web Site</title>
</head>
<body>
<div style="width:206px">
<style type="text/css">
.rn-qsr-p-f-VacantLand, .rn-qsr-p-f-Commercial { display:none }
</style>
<script type="text/javascript" src="http://www.reliancenetwork.com/widgets?file=quicksearchredirect&token=ABCDEF&fields=p|mn|mx|bd|ba"></script>
</div>
</body>
</html>
.